Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRM-29836: Create an UniProtKB result column to show publication DOI ids #202

Merged
merged 4 commits into from
Nov 3, 2023

Conversation

LeonardoGonzales
Copy link
Contributor

No description provided.

Map<String, String> map = new HashMap<>();
map.put(FIELDS.get(0), result);
map.put(FIELDS.get(0), idMaps.getOrDefault(CitationDatabase.PUBMED, ""));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer these strings just as 2 constants, rather than having them inside a list. It's easier to refer.
What is the advantage of having them inside a list?

@LeonardoGonzales LeonardoGonzales merged commit 1d09373 into main Nov 3, 2023
@LeonardoGonzales LeonardoGonzales deleted the TRM-29836_doi branch November 3, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants